home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / SEBHASH.ARJ / DEMO.BAT next >
DOS Batch File  |  1991-10-05  |  184b  |  8 lines

  1. echo off
  2. CLS
  3. echo RTEXT.EXE generated the test file TEST20.DAT
  4. echo We will now run Sebesta's hashing algorithm against
  5. echo This (random) data strings.
  6. Pause
  7. HASH < TEST20.DAT
  8.